Your Account
Community
Topics (Upcoming)
More |
View story
Extract from Doctrine_Record
http://feedproxy.google.com/~r/symfony/planet/~3/vUxsh2p_8Zc...
Submitted by
narko
4 months, 1 week, 3 hours ago
/**
* returns an array of modified fields and associated values
* @return array
* @todo What about a better name? getModifiedFields?
*/
public function getModified()
{
$a = array();
foreach ($this->_modified as $k => $v) {
$a[$v]...
Tags: none
|